Remove surface->children
authorMatthias Clasen <mclasen@redhat.com>
Sat, 23 Mar 2019 13:29:09 +0000 (09:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 May 2019 20:25:13 +0000 (20:25 +0000)
This field is not used at all anymore.

gdk/gdkinternals.h

index 877551084d147769c1aef413ea0557ec5b55d58b..d4c2c1533bdbfcd5f47af95a4039c17295b80bcf 100644 (file)
@@ -153,9 +153,6 @@ struct _GdkSurface
 
   guint8 resize_count;
 
-  GList *children;
-  GList children_list_node;
-
   GdkGLContext *gl_paint_context;
 
   cairo_region_t *update_area;